ComponentOne ASP.NET MVC Controls
ColumnLayout Property

C1.Web.Mvc Namespace > FlexGridBase<T> Class : ColumnLayout Property
Gets or sets a JSON string that defines the current column layout." remarks="The column layout string represents an array with the columns and their properties. It can be used to persist column layouts defined by users so they are preserved across sessions, and can also be used to implement undo/redo functionality in applications that allow users to modify the column layout.
Syntax
'Declaration
 
Public Overridable Property ColumnLayout As String
public virtual string ColumnLayout {get; set;}
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members